Revision: arch--devo--1.0--patch-52
Archive: lord@emf.net--2003
Creator: Tom Lord <lord@emf.net>
Date: Sun Jan 26 16:39:19 PST 2003
Standard-date: 2003-01-27 00:39:19 GMT
Summary: use `rm' properly in Makefiles
Keywords: 
New-files: {arch}/arch/arch--devo/arch--devo--1.0/lord@emf.net--2003/patch-log/patch-52
Modified-files: =THANKS ChangeLog arch/Makefile.in
New-patches: lord@emf.net--2003/arch--devo--1.0--patch-52

Don't invoke `rm' for files not known to exist; don't invoke `rm' with
the `-f' flag; don't ignore the exit status of `rm'.

